lisp/window.el (walk-windows): Doc fix (bug#7105).
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 26 Sep 2010 00:37:50 +0000 (02:37 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 26 Sep 2010 00:37:50 +0000 (02:37 +0200)
lisp/ChangeLog
lisp/window.el

index 3af14b0c598c644ae5a99bc16208a2dce295332e..01ffd0ab75320da3152264d03dd840ebe6a26657 100644 (file)
@@ -1,3 +1,7 @@
+2010-09-26  Juanma Barranquero  <lekktu@gmail.com>
+
+       * window.el (walk-windows): Doc fix (bug#7105).
+
 2010-09-23  Glenn Morris  <rgm@gnu.org>
 
        * isearch.el (isearch-lazy-highlight-cleanup)
index 41a5d17321fd2414186b5813d0a998ac3be729bd..4b1155f23881c2c8e5639aefdbdc553ccf4f760f 100644 (file)
@@ -160,8 +160,8 @@ counts, `walk-windows' includes the windows in the frame from
 which you entered the minibuffer, as well as the minibuffer
 window.
 
-ALL-FRAMES nil or omitted means cycle through all windows on
WINDOW's frame, plus the minibuffer window if specified by the
+ALL-FRAMES nil or omitted means cycle through all windows on the
selected frame, plus the minibuffer window if specified by the
  MINIBUF argument, see above.  If the minibuffer counts, cycle
  through all windows on all frames that share that minibuffer
  too.
@@ -173,8 +173,8 @@ ALL-FRAMES 0 means cycle through all windows on all visible and
  iconified frames.
 ALL-FRAMES a frame means cycle through all windows on that frame
  only.
-Anything else means cycle through all windows on WINDOW's frame
- and no others.
+Anything else means cycle through all windows on the selected
frame and no others.
 
 This function changes neither the order of recently selected
 windows nor the buffer list."